home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / datacomm / vlt / rexx / readme < prev    next >
Text File  |  1995-03-17  |  2KB  |  39 lines

  1.  
  2.     These are just some example REXX macros and scripts.
  3. The following are native VLT scripts not involving ARexx:
  4.  
  5.   Blink.scp           blinks your cursor.
  6.   Break.scp           a sample script to break a Hayes-style modem connection.
  7.   CustomColors.scp    sets up VLT's custom screen to the default colors.
  8.   DialBix.scp         a sample script to dial BIX.
  9.   DialBix2.scp        an equivalent script to dial BIX using traps.
  10.   VLTMouse2.scp       shows what the programmable mouse support can do.
  11.   WorkbenchColors.scp sets up VLT's screen to use default 2.0 WB colors.
  12.  
  13. The following are VLT ARexx scripts:
  14.  
  15.   AutoWrap.vlt        Uses the wedge command to implement auto word wrap.
  16.   DoLens.vlt          pops up a magnifier to the VLT screen, if you have WLens.
  17.   Intercept.vlt       shows how to use the WEDGE command.
  18.   LastMsg.vlt         shows you how to play with the review buffer.
  19.   MarginBell.vlt      WEDGE command example: ring a bell when the cursor passes
  20.                       column 72.
  21.   Remote.vlt          shows how to send a command to a remote VLT.
  22.   SendASCII.vlt       sends text files to the host.
  23.   VLTMouse.vlt        VLTMouse.rexx and .vlt show how to program mouse support.
  24.  
  25. These are ARexx scripts to be run from the shell:
  26.  
  27.   AddRexxLib.rexx     adds the necessary ARexx support libraries to the system.
  28.   ExtractTest.rexx    extracts all fields from VLT and displays them in a Shell.
  29.   FifoBBS.rexx        A BBS using VLT's new Fifo Pipes.
  30.   SetPing.rexx        shows you how to communicate with the PingServer.
  31.   VLTMouse.rexx       VLTMouse.rexx and .vlt show how to program mouse support.
  32.  
  33. This one is specific to Provector, and can only be used with VLT, not VLTjr.
  34.  
  35.   VLT2Provec.pvrx     Convert VLT Tektronix commands to ARexx instructions for
  36.                       Provector.
  37.  
  38.     Willy.
  39.